I just struggle using the new function @SetViewInfo in a calendar view. It didn't work until I found an example in the ressource reservation template (resrc60.ntf), where they used a fourth parameter in the syntax which is not documented in designer help. They used @SetViewInfo([SetViewFilter];filter;columnname; FALSE;1) I don't know what FALSE stands for, but I finally got my exact matches work with that. Before this using 1=exact matches showed all documents in the view and 0=nonexact showed fewer matches but not the exact. So that's o.k. now. Remaining problem is that I want to open the view from a document (filter is one of the documents fields) via action button and load it in a frameset. But using @SetTargetFrame seems to destroy the searchfilter. If I use it all documents are shown again. Has anybody an idea why this happens and how I can manage it?
Go back